home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 8 code / TValidText / UValidText.r < prev    next >
Encoding:
Text File  |  1991-10-09  |  602 b   |  21 lines  |  [TEXT/MPS ]

  1. /**********************************************************************************
  2. UValidText.r
  3.     This files contains the string resource definition required by the
  4.     TValidText class.
  5. **********************************************************************************/
  6.  
  7. /* • Auto-Include the requirements for this source */
  8. #ifndef __TYPES.R__
  9. #include "Types.r"
  10. #endif
  11.  
  12. #define        kValidTextErrorStrings        700
  13.  
  14. resource 'STR#' (kValidTextErrorStrings,
  15. #if qNames
  16.     "kValidTextErrorStrings",
  17. #endif
  18.     purgeable) {
  19.     {    /* [1] */    "You must enter a valid value in this field";
  20.     }
  21. };  /* kValidTextErrorStrings */